|
Narrative of a Rendering |
|
Getting Comfortable With Tables Getting Comfortable With Outlines Narrative of a Rendering
|
For referenceFor advanced work it is useful to know the narrative of the process whereby a page is built; this averts mistakes, and orients you when exploring or debugging. As a beginner you don't need to know what's going on behind the scenes, but when you become an advanced Frontier webmaster you may find this useful. You can skip this page now if you want -- it will still be here when you want to come back to it. General QuestionsWhere are the scripts? Publish PageSuppose you select a page and choose Preview Page or Publish Page. html.commands.releaseRenderedPageThis script finds out which page we want to build. It calls html.buildObject which builds the page. When it returns, it calls html.ftpText which writes the page to disk. Finally it shows you the page in your browser. html.buildObjectThis script is where most of the work is done. It starts by getting the page data table ready. It empties it out or creates a new one as necessary. Back to html.commands.releaseRenderedPageAs stated above, this script next writes the page to disk by calling html.ftpText. Finally, it shows you the page in your browser. |
|
||
© Copyright 1996-98 UserLand Software. This page was last built on 6/17/98; 2:48:09 PM. It was originally posted on 12/4/97; 12:11:53 AM. Webmaster: brent@userland.com. | ||
|
This tutorial was adapted for Frontier 5 by Brent Simmons, from the Frontier 4 web tutorial written by Matt Neuburg. |